.box20240908005901{
	display: flex;
	justify-content: center;
}

a.box20240908005901_bt{
    display: block;
    width: 300px;
    height: 60px;
    line-height: 60px;
    color: rgb(0, 137, 225);
    text-align: center;
    border: 2px solid rgb(0, 137, 225);
    font-size: 1.5em;
    letter-spacing: 5px;
    transition: all 0.3s;
}
.box20240908005901_bt:hover{
background-color: rgb(0, 137, 225);
	color: #fff;
}

@media (min-width: 992px){

}